projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f488174
)
Ignore the broken symlinks test on windows
author
Tom Jakubowski
<tom@crystae.net>
Tue, 8 Jul 2014 01:07:23 +0000
(18:07 -0700)
committer
Tom Jakubowski
<tom@crystae.net>
Tue, 8 Jul 2014 01:42:53 +0000
(18:42 -0700)
tests/test_cargo_compile.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo_compile.rs
b/tests/test_cargo_compile.rs
index 771988eb3aea3ca2a43bc5391c217484accf0560..0409e52031a5d907e79d3b780d2da7bbf545141d 100644
(file)
--- a/
tests/test_cargo_compile.rs
+++ b/
tests/test_cargo_compile.rs
@@
-627,7
+627,8
@@
test!(self_dependency {
execs().with_status(0));
})
-test!(ignore_bogus_symlinks {
+#[cfg(not(windows))]
+test!(ignore_broken_symlinks {
let p = project("foo")
.file("Cargo.toml", basic_bin_manifest("foo").as_slice())
.file("src/foo.rs", main_file(r#""i am foo""#, []).as_slice())